getDoubleValue4

abstract fun getDoubleValue4(): Double

Gets the fourth generic value, attempting to interpret it as a double. See getDoubleValue1 for notes on error handling.

Return

The fourth value as a double. Behavior on parsing error is implementation-dependent.